return false

美 [rɪˈtɜːrn fɔːls]英 [rɪˈtɜːn fɔːls]
  • 网络返回false
return falsereturn false
  1. Finally , return false to prevent the form from being submitted .

    最后,返回false来阻止表单提交。

  2. If you return false from the visit () method , the children of this node won 't be visited .

    如果visit()方法返回false,那么该节点的子接点将不会被访问。

  3. If the list is empty , then return False .

    如果列表是空的,那么返回False。

  4. Adding a return false to the end of the handler created in5 did the trick .

    将一个returnfalse添加到5中创建的处理程序的之后,就可以解决问题。

  5. If a target file is larger than the value specified in the maxsize property , the file search will return false .

    如果目标文件比“maxsize”属性中指定的值大,文件搜索将返回false。

  6. Because Order knows nothing about OrderFulfillment , its equals method will always return false when passed an OrderFulfillment .

    因为Order对OrderFulfillment一无所知,所以在传递OrderFulfillment时,其equals方法将总是返回false。

  7. Next , in the form tag , add the onsubmit = " displayName (); return false ;" attribute .

    接下来,在表格标签中,添加onsubmit=“displayName();returnfalse;”属性。

  8. Note : This function will return false if you cast a ray from inside a sphere to the outside ; this in an intended behaviour .

    注意:如果从一个球型体的内部到外部用光线投射,返回为假。

  9. As with fopen , file_get_contents , file , and readfile , all return False on failure to open or process the file .

    如fopen函数一样,filegetcontents、file和readfile函数都在打开失败或处理文件失败时返回False。

  10. The fgets , fgetss , fread , fscanf , and fclose functions also return False on error .

    fscanf和fclose函数在出错时也返回False。

  11. The IS VALIDATED predicate returns true if the XML document is already validated against any specific schema or against any registered schemas , else it will return false .

    如果已经根据特定的模式或任何已注册模式验证了XML文档,ISVALIDATED谓词将返回true,否则返回false。

  12. This is an iterative function , meaning that if you call it again , you 'll get the next result in the set ( and so on , until there are no results in the result set , in which case , it will return false ) .

    这是一个迭代函数,这意味着如果您再次调用它,会得到结果集中的下一个结果(依此类推,直到结果集中没有结果,如果没有结果,则返回false)。

  13. But interpreting the scans leaves room for error , and a small percentage of all mammograms either return a false positive - misdiagnosing a healthy patient as having cancer - or false negative - missing the disease as it spreads .

    但对扫描结果的解读也有可能出错,而且在所有乳房X光检查结果中,有一小部分要么是假阳性(将健康病人误诊为患有癌症),要么是假阴性(在疾病的传播过程中,没有诊断出疾病)。

  14. On some virus scanning programs , the above check may still return the false positive result .

    在某些病毒扫描程序中,以上的措施可能还是会出现误报警告。

  15. I intend to return the false gods of others unto their field of origin .

    我意愿外部的虚假神返回到起源之能量场。

  16. At last , many scholars had to admit that there are two sects of philosophy and return from false naturalism to classic philosophy .

    许多学者最终不得不承认哲学派别只有两种,从错误的自然主义回归到经典哲学中。

  17. When a correct signature is found a constant will be returned otherwise the return value is false .

    如果发现了恰当的签名则返回一个常量,否则返回false。

  18. The question mark at the end of the method name means that the method is testing for something and will return True or False .

    方法名末尾的问号意思是该方法在测试某些东西,并且将返回True或False。

  19. It has three methods : isIsosceles (), isScalene (), and isEquilateral (), which return true or false depending on the configuration of the triangle .

    该技术实现有三种方法:isIsosceles()、isScalene()和isEquilateral(),其中每一种方法都可以返回true或false,具体情况取决于三角形的配置。

  20. Conditions are statements about attributes that upon evaluation return either True , False , or Indeterminate .

    条件是关于属性的陈述,评估结果为True、False或Indeterminate。